home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / tcp / amitcp / src / util / online / smake.def
Encoding:
Text File  |  2000-01-01  |  337 b   |  17 lines

  1. # $Id: Smake.def,v 3.1 1994/02/22 03:30:02 ppessi Exp $
  2. PROG=  online 
  3. SRCS=  $(PROG).c
  4. OBJS=  $(PROG).o
  5. LIBS= LIB netlib:sana2nb.lib
  6. SCOPTIONS= DATA=faronly
  7. LDFLAGS= Nostartup
  8.  
  9. # This rule is execute 
  10. # after install dependencies in template
  11. # but before install rule in template
  12. #
  13. install: 
  14.     $(INSTALL) $(PROG) $(DEST)bin/offline
  15.     
  16.